-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cedato new bid adapter #3629
Cedato new bid adapter #3629
Conversation
@alexkh13 This is marked as a draft, are you planning on adding some updates? Or is it ready for a full review? |
b41089d
to
0193c5e
Compare
@robertrmartinez Yes, this pull request is ready for review. Test parameters has been updated. |
Starting the review now. Should be done shortly and we can get this into Tomorrows release! |
Sorry accidentally clicked close! |
@alexkh13 Hey this looks good. But I want to point out / inquire about potentially passing the GDPR parameters? If a publisher wishes to use Cedato, is there a way this bid adapter plans on handling GDPR consent? Prebid will send a gdprApplies flag as well as the actual consent string. This is accessible by both the As well as an optional Please get back to me and let me know if you will be adding these! |
Example adapter of passing it along in the bidderRequest: https://github.com/prebid/Prebid.js/blob/master/modules/appnexusBidAdapter.js#L146 User Sync: https://github.com/prebid/Prebid.js/blob/master/modules/rubiconBidAdapter.js#L556 Please note that if consentManagement is enabled in the setConfig, And Prebid was not able to get consent, but the auction is still allowed to occur, Then the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alexkh13
Requesting Changes until I hear back regarding GDPR params!
@robertrmartinez |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome looks good to me!
* Cedato new bid adapter * Added GDPR support for Cedato bid adapter
* Cedato new bid adapter * Added GDPR support for Cedato bid adapter
Type of change
Description of change